GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-03-07T09:22:12.3304835+00:00",
"SubmitDate": "2026-03-07T09:22:12.3461095+00:00",
"ReportPeriodStart": "2026-03-07T09:22:12.3461095+00:00",
"ReportPeriodEnd": "2026-03-07T09:22:12.3461095+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "59ee51e4-b91a-4e39-ae86-3ec789b2166b",
"Rows": [
{
"ItemId": "1151e5eb-c150-4ceb-acd4-34282d66b365",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1151e5eb-c150-4ceb-acd4-34282d66b365",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "59ee51e4-b91a-4e39-ae86-3ec789b2166b",
"Rows": [
{
"ItemId": "1151e5eb-c150-4ceb-acd4-34282d66b365",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1151e5eb-c150-4ceb-acd4-34282d66b365",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"35e6a4e9-6947-4d53-a065-98392b86c458",
"80059faa-f4a2-4445-8d8d-f06861cdb8f2"
],
"Approvers": [
"e7534224-d88e-4e75-8a14-37d375d9a9fd",
"f766efaf-607b-4874-bfa8-3d1c48778a0d"
],
"ApprovedBy": "d38081af-200e-4b49-97eb-e8b739a1785a",
"ApprovalDate": "2026-03-07T09:22:12.3461095+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6aa0fa2d-0602-4f34-abc0-ff0cec0946f7",
"id": "33603344-4ee4-4d85-83a4-1e5944a21177",
"ConfigId": "a4b3bfac-7380-4fba-98c1-219a29080d1a"
},
{
"GenerationDate": "2026-03-07T09:22:12.3304835+00:00",
"SubmitDate": "2026-03-07T09:22:12.3461095+00:00",
"ReportPeriodStart": "2026-03-07T09:22:12.3461095+00:00",
"ReportPeriodEnd": "2026-03-07T09:22:12.3461095+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "59ee51e4-b91a-4e39-ae86-3ec789b2166b",
"Rows": [
{
"ItemId": "1151e5eb-c150-4ceb-acd4-34282d66b365",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1151e5eb-c150-4ceb-acd4-34282d66b365",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "59ee51e4-b91a-4e39-ae86-3ec789b2166b",
"Rows": [
{
"ItemId": "1151e5eb-c150-4ceb-acd4-34282d66b365",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1151e5eb-c150-4ceb-acd4-34282d66b365",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"35e6a4e9-6947-4d53-a065-98392b86c458",
"80059faa-f4a2-4445-8d8d-f06861cdb8f2"
],
"Approvers": [
"e7534224-d88e-4e75-8a14-37d375d9a9fd",
"f766efaf-607b-4874-bfa8-3d1c48778a0d"
],
"ApprovedBy": "d38081af-200e-4b49-97eb-e8b739a1785a",
"ApprovalDate": "2026-03-07T09:22:12.3461095+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6aa0fa2d-0602-4f34-abc0-ff0cec0946f7",
"id": "33603344-4ee4-4d85-83a4-1e5944a21177",
"ConfigId": "a4b3bfac-7380-4fba-98c1-219a29080d1a"
}
]